Skip to content

hotfix: ranking#675

Merged
hjbin-25 merged 1 commit into
developfrom
hotfix/ranking
Apr 14, 2026
Merged

hotfix: ranking#675
hjbin-25 merged 1 commit into
developfrom
hotfix/ranking

Conversation

@Finefinee

Copy link
Copy Markdown
Member

변경사항

다이아 10만점
마스터 15만점
아우라 20만점

관련 이슈

Closes #

추가 컨텍스트

@hjbin-25 hjbin-25 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

승인

@hjbin-25 hjbin-25 merged commit 63cac44 into develop Apr 14, 2026
1 check passed
@hjbin-25 hjbin-25 deleted the hotfix/ranking branch April 14, 2026 08:10

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request increases the experience thresholds for the Aura, Master, and Diamond tiers within the ranking service and domain enums, and updates the associated unit tests. The feedback recommends correcting the Javadoc in RankingTierUpdateService to accurately reflect that the Master tier is applicable to users ranked 1st through 3rd, aligning the documentation with the existing code logic.

* - Aura : 1위 && exp >= 100,000
* - Master: 2~3위 && exp >= 75,000 (상위 3등 2명)
* - Aura : 1위 && exp >= 200,000
* - Master: 2~3위 && exp >= 150,000 (상위 3등 2명)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Master 티어의 조건 설명이 실제 코드 로직과 차이가 있습니다. 코드(93라인)에서는 rank <= 3을 확인하므로, 1위 유저가 AURA 점수 기준(200,000)을 충족하지 못하더라도 MASTER 점수 기준(150,000)을 충족하면 MASTER 티어를 부여받게 됩니다. 주석의 2~3위(상위 3등 2명) 문구를 1~3위 또는 상위 3위로 수정하여 실제 동작과 일치시키는 것이 좋습니다.

Suggested change
* - Master: 2~3 && exp >= 150,000 (상위 3 2)
* - Master: 1~3 && exp >= 150,000

@Finefinee Finefinee added bug 기능이 정상적으로 작동하지 않음 enhancement 새로운 기능 추가 labels Apr 14, 2026
@Finefinee Finefinee self-assigned this Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 기능이 정상적으로 작동하지 않음 enhancement 새로운 기능 추가

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants